06. Running the Forum
If you missed the instructions for setting up your Vagrant VM at the end of the previous lesson, here they are again:
Installing the Virtual Machine (Full Stack ND)
Installing the Virtual Machine (Intro to Programming ND)
Installing the Virtual Machine (ud197)
You will need a terminal open and logged in to your VM (with vagrant ssh
) before continuing on.
Errata:
On some Windows systems, you will need to use winpty vagrant ssh
instead of vagrant ssh
. See the Troubleshooting section on the page linked above.
Ud197 RDB REDO L3 07L Running The Forum
You can use your preferred text editor on your computer to edit the forum code. However, when you run the forum code, you should only run it inside the Vagrant virtual machine, i.e. within a terminal window where you've run vagrant ssh
to log into the VM.